home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ar / Todo < prev   
Encoding:
Text File  |  1990-11-13  |  355 b   |  8 lines

  1. The "struct member_name" should be better encapsulated.  For example,
  2. there should probably be an init_name_from_stored function, rather
  3. than having scan() set the fields directly.
  4.  
  5. Or, get rid of the "struct member_name" stuff and go back to using
  6. plain strings.  The one problem is you don't want multiple error
  7. (truncation) messages for the same name.
  8.